in reply to Re: Regex on a variable with special characters
in thread Regex on a variable with special characters

Interesting - sometimes something easy becomes hard.

I rememeber years ago (as a sysadmin) when upgrading the network machines, one machine couldn't get an IP address from the DHCP server (all MS stuff, of course). It turned out there was a bug in the MS stack in such that machine called 'stores_01' failed - the underscore fubarred it.

So, keep the names sane, then the code can remain sane ~ and easy

Nick

  • Comment on Re^2: Regex on a variable with special characters