Remove shared whitespace from beggining of every line in the given string
string:remove_shared_whitespace_from_start_of_lines(STRING $string) : STRING
string:remove_shared_whitespace_from_start_of_lines(" hi\n bye")
#=> "hi\nbye"
Copyright ©2013-2022 SunSed®. All rights reserved.