Xcode 6 doesn’t recognize \1, \2, \# patterns anymore? August 7, 2023 by Tarik Use $# instead of \# to refer to the groups. (regex) find: \[([a-zA-Z]+) ([a-zA-Z]+)\] replace: $0.$1