Package org.aksw.commons.util.string


package org.aksw.commons.util.string
  • Class
    Description
    A basic 'envsubst' implementation.
    A model to represent file names - comprising a base name, a content type part and a list of encodings
     
    Parse file name patterns of the form baseName.contentType.encoding1.encodingN Limitation: Currently does not support compound contentTypes such as "rdf.xml".
     
    Identifies sub-strings that correspond to integers and compares those parts as integers.