in reply to Re: String Search/Replace
in thread String Search/Replace
Hi,
I really do love regex's but sometimes, when only used to cut up a string in pieces, pieces seperated by the same character, I prefer to use split. Reading the code becomes a bit easier on the eyes because you can immediately deduct the meaning of the line of code. With regex's you still have to do a bit of mental juggling before the intention becomes clear.
|
|---|