You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/lib_use_cases_protocol_mappers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,11 +79,11 @@ Take the below example.
79
79
|compressnet| 3| tcp| Compression Process |
80
80
|compressnet| 3| udp| Compression Process |
81
81
82
-
As you can see, the service name and port comboniation is not unique. As such, on the second one, a `-secondary` is appended to the name to accomdate. The resulting structure looks something like:
82
+
As you can see, the service name and port combination is not unique. As such, on the second one, a `-secondary` is appended to the name to accommodate. The resulting structure looks something like:
"""Given a regex pattern and string, return the split the object based on the patern a single element or single element of original value if there is no match.
112
+
"""Given a regex pattern and string, return the split the object based on the pattern a single element or single element of original value if there is no match.
113
113
114
114
The main purpose of this function is provide a Jinja2 filter as this is simply a wrapper around `re.split`.
0 commit comments