🦁 womblewiki : a barebones houdini reference 🤓

labs overview sop

nodes chop cop2 dop lop obj out shelf sop top vop

simulation FEM RBD crowds dynamics fluids grains hair other particles pyro vellum

coding bash groups hscript python vex


vop

filter: all array channels combine control_flow convert crowds displace fuzzy_logic generic geometry globals hair labs math matrix noise patterns pyro quaternion sensor shaders shading shading_bsdfs shading_layers shading_utilities shading_uvs string


string

Character to String Converts an unicode codepoint to a UTF8 string.

Is Alphabetic Result 1 if all the characters in the string are alphabetic.

Is Digit Result 1 if all the characters in the string are numeric.

Join Strings Concatenate all the strings of an array inserting a common spacer.

Regex Find Finds the given regular expression in the string.

Regex Findall Finds all instances of the given regular expression in the string.

Regex Match Result 1 if the entire input string matches the expression.

Regex Replace Replaces instances of find_regex with replace_regex.

Regex Split Splits the given string based on regex match.

Split String Splits a string into tokens.

String Ends With ?

String Length Returns the length of the string.

String Starts With ?

String to Character Converts an UTF8 string into a codepoint.

Strip Strips leading and trailing whitespace from a string.

Title Case Returns a string that is the titlecase version of the input string.

To Lower Case ?

To Upper Case ?