Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

5


String Functions

A string is a specialized one-dimensional array whose elements are characters.

The string functions listed in this topic are patterned after functions of the same name in the C run-time library. Strings can be compared, taken apart, or concatenated.

blankstrp

buildString

getchar

index

lowerCase

lsprintf

nindex

outstringp

parseString

pcreCompile

pcreExecute

pcreGenCompileOptBits

pcreGenExecOptBits

pcreGetRecursionLimit

pcreListCompileOptBits

pcreListExecOptBits

pcreMatchAssocList

pcreMatchList

pcreMatchp

pcreObjectp

pcrePrintLastMatchErr

pcreReplace

pcreSetRecursionLimit

pcreSubpatCount

pcreSubstitute

readstring

rexCompile

rexExecute

rexMagic

rexMatchAssocList

rexMatchList

rexMatchp

rexReplace

rexSubstitute

rindex

sprintf

strcat

strcmp

stringp

strlen

strncat

strncmp

strpbrk

substring

upperCase


Return to top
 ⠀
X