Cheatography
https://cheatography.com
Functions and procedures provided by the SQL# database library.
https://sqlsharp.com
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Regular Expressions (RegEx)
Function/Procedure |
RegEx_CaptureGroup* |
RegEx_CaptureGroupCapture* |
RegEx_CaptureGroupCaptures* |
RegEx_CaptureGroups* |
RegEx_Escape* |
RegEx_GetCacheSize |
RegEx_Index* |
RegEx_IsMatch* |
RegEx_Match |
RegEx_Matches |
RegEx_MatchLength* |
RegEx_MatchSimple* |
RegEx_Replace* |
RegEx_ReplaceIfMatched* |
RegEx_SetCacheSize |
RegEx_Split |
RegEx_Unescape |
|
|
Strings
String_CompareSplitValues |
String_Contains |
String_Count |
String_Cut |
String_DamerauLevenshteinDistance |
String_DamerauLevenshteinDistancePlus |
String_EndsWith |
String_Equals |
String_FixedWidthIndex |
String_FixedWidthSplit |
String_IndexOf |
String_InitCap |
String_IsNumeric |
String_Join |
String_LastIndexOf |
String_LevenshteinDistance |
String_LevenshteinDistancePlus |
String_Newline |
String_NthIndexOf |
String_PadBoth* |
String_PadLeft |
String_PadRight |
String_RemoveDiacritics* |
String_Replace |
String_Split* |
String_SplitIntoGuids |
String_SplitIntoIntegers |
String_SplitInts |
String_SplitResultIntoFields |
String_SplitKeyValuePairs |
String_StartsWith |
String_Trim* |
String_TrimChars* |
String_TrimEnd* |
String_TrimStart* |
String_TryParseToInt |
String_Unescape* |
String_WordWrap |
|
|
Math
Math_BitwiseLeftShift |
Math_BitwiseRightShift |
Math_CompoundAmortizationSchedule |
Math_CompoundAmortizationSchedule2 |
Math_Constant |
Math_Convert |
Math_Cosh |
Math_CubeRoot |
Math_Factorial |
Math_FormatDecimal |
Math_FormatFloat |
Math_FormatInteger |
Math_IEEERemainder |
Math_IsPrime |
Math_NthRoot |
Math_RandomRange |
Math_RoundToEvenDecimal |
Math_RoundToEvenFloat |
Math_Sinh |
Math_Tanh |
Math_Truncate |
|