The Awaken
New member
For example:
$string = "abcabc<BLOB>abcabc";
$newstring = s/....;
I am trying to replace <BLOB> with any given word but am having slight issues as I am not regex-friendly...
$string = "abcabc<BLOB>abcabc";
$newstring = s/....;
I am trying to replace <BLOB> with any given word but am having slight issues as I am not regex-friendly...