Const
Regular expression to detect if a string describes an image URL (in contrast to a class name). Strings are considered image urls if they contain '.' or '/'. < is ignored, because it is probably an html tag.
<
Regular expression to detect if a string describes an image URL (in contrast to a class name). Strings are considered image urls if they contain '.' or '/'.
<is ignored, because it is probably an html tag.