smmedeiros
Technical User
Has anyone been successful with removing an IP address from a text field of varying size with the IP address itself being of varying formats
For example.
line1
line2
some type of text information 11.1.111.1
line3
line4
desired output
line1
line2
some type of text information xx.x.xxx.x
line3
line4
Sample2
I want to replace 1.123.45.5 with a bunch of x values
desired output
I want to replace x.xxx.xx.x with a bunch of x values
the IP address shows up with varying length and in different / non-consistent sections of the text field.
appreciate anyone's ideas
basically looking to redact all IP addresses by either removing all together are replacing with 'xxxx' values.
For example.
line1
line2
some type of text information 11.1.111.1
line3
line4
desired output
line1
line2
some type of text information xx.x.xxx.x
line3
line4
Sample2
I want to replace 1.123.45.5 with a bunch of x values
desired output
I want to replace x.xxx.xx.x with a bunch of x values
the IP address shows up with varying length and in different / non-consistent sections of the text field.
appreciate anyone's ideas
basically looking to redact all IP addresses by either removing all together are replacing with 'xxxx' values.