diff --git a/X10D.Unity.dll b/X10D.Unity.dll index 348b7ce..5f39b5b 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.dll b/X10D.dll index 34e8b2f..225caa2 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/X10D.xml b/X10D.xml index f10f693..6642f17 100644 --- a/X10D.xml +++ b/X10D.xml @@ -8830,6 +8830,74 @@ The string comparison method used for determining substring count. An integer representing the count of inside . + + + Ensures that the current string starts with a specified substring. + + The string to check. + The substring to prepend, if the current string does not already start with it. + The combined string. + + + + Ensures that the current string starts with a specified substring. + + The string to check. + The substring to prepend, if the current string does not already start with it. + One of the enumeration values that determines how the substring is compared. + The combined string. + + + + Ensures that the current string starts with a specified substring. + + The string to check. + The substring to prepend, if the current string does not already start with it. + The combined string. + + + + Ensures that the current string starts with a specified substring. + + The string to check. + The substring to prepend, if the current string does not already start with it. + One of the enumeration values that determines how the substring is compared. + The combined string. + + + + Ensures that the current string starts with a specified substring. + + The string to check. + The substring to prepend, if the current string does not already start with it. + The combined string. + + + + Ensures that the current string starts with a specified substring. + + The string to check. + The substring to prepend, if the current string does not already start with it. + One of the enumeration values that determines how the substring is compared. + The combined string. + + + + Ensures that the current string starts with a specified substring. + + The string to check. + The substring to prepend, if the current string does not already start with it. + The combined string. + + + + Ensures that the current string starts with a specified substring. + + The string to check. + The substring to prepend, if the current string does not already start with it. + One of the enumeration values that determines how the substring is compared. + The combined string. + Parses a into an . @@ -8900,6 +8968,7 @@ if all alpha characters in this string are lowercase; otherwise, . + is . @@ -9011,6 +9080,37 @@ is . + + + Determines whether the beginning of this string instance matches any of the specified strings using the current + culture for comparison. + + The value to compare. + An array of string to compare. + + if starts with any of the ; + otherwise, . + + + , or at least one of its elements, is . + + + + + Determines whether the beginning of this string instance matches any of the specified strings when compared using the + specified comparison option. + + The value to compare. + One of the enumeration values that determines how this string and value are compared. + An array of string to compare. + + if starts with any of the ; + otherwise, . + + + , or at least one of its elements, is . + + Normalizes a string which may be either or empty to a specified alternative. diff --git a/package.json b/package.json index a114647..69b78db 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://oliverbooth.dev" }, "displayName": "X10D", - "version": "3.2.0-nightly.174", + "version": "3.2.0-nightly.175", "unity": "2021.3", "description": "Extension methods on crack", "keywords": [