Hi, How do I strip the text part of a string leaving me just the spaces before the text
ie say I have
$string = "_____text" it would return "_____"
$string 2 = "__________text" would return "__________"
where _ = a space so you can see
Appreciate the help. Thanks
ie say I have
$string = "_____text" it would return "_____"
$string 2 = "__________text" would return "__________"
where _ = a space so you can see
Appreciate the help. Thanks