Utility functions for string processing
Checks if all characters in 'str' are contained in 'chars'.
Checks if any character in 'str' is contained in 'chars'.
Finds the closing bracket (works with any of '[', '(', '<', '{').
See Source File
Sönke Ludwig
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
© 2012-2014 RejectedSoftware e.K.
Utility functions for string processing