Class StringExtensions
Set of utility functions with string
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public static class StringExtensions
Methods
Name | Description |
---|---|
ContainsAny(string, params string[]) | Checks if a string contains any of the strings given in strings to check and early out if it does |
HasExtension(string, string) | Checks if the given string ends with the given extension |
ReplaceInvalidFileNameCharacters(string, string) | Replaces invalid characters for a filename or a directory with a given optional replacemenet string |