Skip to content

Commit d091cd7

Browse files
authored
Update 2. Working with Distinct Values and Sets.md
1 parent 1555f30 commit d091cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Introduction to MongoDB in Python/2. Working with Distinct Values and Sets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ print(ratio)
138138
```
139139
0.84
140140

141-
## # finding substring w/ $regex
141+
## 📚 finding substring w/ $regex
142142
`"$regex"` every result that contains : "x"
143143
![image](https://user-images.githubusercontent.com/51888893/204360355-f2c31962-e37c-4257-91a1-caf9d896cda7.png)
144144

145-
### # $regex flags beginning,ending,escaping
145+
### 📚 $regex flags beginning,ending,escaping
146146
![image](https://user-images.githubusercontent.com/51888893/204361075-06e60e1d-2979-41c9-82f7-82ac9a38b737.png)
147147

148148
## Glenn, George, and others in the G.B. crew

0 commit comments

Comments
 (0)