Skip to content

Commit 4d21324

Browse files
authored
Remove redundant note on hashes in regexes (#4755)
Identical sentence occurs twice in article (it was supposed to move in the last commit, but got duplicated). Removed duplicate.
1 parent 622f40c commit 4d21324

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

doc/Language/regexes.rakudoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,8 +2103,6 @@ C<@(code)>. In this example, both regexes are equivalent:
21032103
say S:g/@(%h.keys)/%h{$/}/ given 'abc'; # OUTPUT: «12c␤»
21042104
say S:g/@a/%h{$/}/ given 'abc'; # OUTPUT: «12c␤»
21052105

2106-
The use of hashes in regexes is reserved.
2107-
21082106
=head2 Regex Boolean condition check
21092107

21102108
X«|Regexes,<?{}>;Regexes,<!{}>»

0 commit comments

Comments
 (0)