B bluedude Well-Known Member Licensed User Longtime User Oct 28, 2014 #1 Hi, It seems I'm unable to find a linefeed (\n) in my text. Tried to use regex or .replace but no luck. Is there a way to do this?
Hi, It seems I'm unable to find a linefeed (\n) in my text. Tried to use regex or .replace but no luck. Is there a way to do this?
Erel B4X founder Staff member Licensed User Longtime User Oct 28, 2014 #2 B4X: Dim i As Int = YourString.IndexOf(CRLF) Upvote 0