Returns a string that concat the given text and suffix, case-insensitive
Optional
the text to check
the suffix to append
a string that concat the given text and suffix, case-insensitive
appendIfMissingIgnoreCase('foo', 'bar'); // 'foobar'appendIfMissingIgnoreCase('foobar', 'BAR'); // 'foobar' Copy
appendIfMissingIgnoreCase('foo', 'bar'); // 'foobar'appendIfMissingIgnoreCase('foobar', 'BAR'); // 'foobar'
Returns a string that concat the given text and suffix, case-insensitive