is_canonical_identifier


Description:


[ Version ( since = "3.0" ) ]
public bool is_canonical_identifier (string identifier)

Checks if identifier is canonical and non-null.

Canonical identifiers are e.g. expected by the PDB for procedure and parameter names. Every character of the input string must be either '-', 'a-z', 'A-Z' or '0-9'.

Parameters:

identifier

The identifier string to check.

Returns:

true if identifier is canonical, false otherwise.


Namespace: Gimp
Package: gimp-3.0