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