Skip to content

Commit d7f984a

Browse files
committed
sync pbix
1 parent 29cb629 commit d7f984a

4 files changed

+1
-109
lines changed
Binary file not shown.

forumQuestions/pq/2024-03 - Using Pairs of Strict Splitters to Simplify Your Parsing Logic -- expanded.pq

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ let
1919

2020

2121
// stricter split
22+
// will error if the number of strings is not exactly ExpectedLength
2223
SplitBy_Dash3 = (string as text) as any => [
2324
ExpectedLength = 3,
2425
SplitFunc = Splitter.SplitTextByEachDelimiter(

forumQuestions/pq/2024-03 - Using Pairs of Strict Splitters to Simplify Your Parsing Logic.pq

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)