Community

Writing a pure SQL based String Tokenizer

(Lucas Jellema) A quite common concept in many programming langiages, though perhaps strongest in Java, is the String Tokenizer. This is a utility class or function that takes a String as input, and optionally one or more delimiters, and breaks up the string in individual elements, returning those a

Read More - Register for Free Membership

Tags: