We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1d29a commit e96379dCopy full SHA for e96379d
Sources/D2Commands/fun/UwUifyCommand.swift
@@ -1,7 +1,7 @@
1
import Utils
2
3
fileprivate let wPattern = #/[rl]/#.ignoresCase()
4
-fileprivate let punctuationPattern = #/[!\\.]/#
+fileprivate let punctuationPattern = #/[!\.]/#
5
6
public class UwUifyCommand: StringCommand {
7
public let info = CommandInfo(
Sources/D2Commands/game/tictactoe/TicTacToeMove.swift
@@ -1,6 +1,6 @@
-fileprivate let argsRegex = #/(\\S+)\\s+(\\S+)/#
+fileprivate let argsRegex = #/(\S+)\s+(\S+)/#
public struct TicTacToeMove: Hashable {
let row: Int
0 commit comments