Try it now... (for some reason "Edit" rights were turned off in this forum).
Edit works just fine for me in Chrome, what are you seeing? We just changed sig to allow HTML, perhaps that caused the sig issue?
@Tom, sorry to hijack your thread! :)
(.+)\\n(.+)
(.+)\\n(.+)\\n(.+)
(.+)\\n(.+)
(.+)\\n(.+)\\n(.+)
(.+)\\n(.+)\\n(.+)
/^((?!\\n).)*$/snor
\b(?(\b\\n\b)MATCHED|.*)\bseem to work.
Tom Wright
Hi all,
Currently working on a file that has an address lines field. I.e. all address lines on one field, delimited by the "\n" newline character.
Is there a way (dictionary perhaps?) to escape these newline characters to actual new lines?
Or do I need to dive back into the API to split the text up into multiple fields?
Cheers,
Tom