Returns a string that concat the given prefix and text, case-insensitive
Optional
the text to check
the prefix to prepend
a string that concat the given prefix and text, case-insensitive
prependIfMissingIgnoreCase('bar', 'foo'); // 'foobar'prependIfMissingIgnoreCase('foobar', 'FOO'); // 'foobar' Copy
prependIfMissingIgnoreCase('bar', 'foo'); // 'foobar'prependIfMissingIgnoreCase('foobar', 'FOO'); // 'foobar'
Returns a string that concat the given prefix and text, case-insensitive