Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-02-01 03:36
Flavor·PCRE (Legacy)

/
^([[:alpha:]_]\w*[[:alnum:]])?(\/([[:alpha:]_]\w*[[:alnum:]]))*$
/
Open regex in editor

Description

Regex for validating if a string is a valid resource path to load resources from the resources folder in Unity.

Submitted by Walter Geisler