Posts by Evelym • 53 points
3 posts
-
3
votes1
answer322
viewsQ: How to search for tags using Regular Expression?
I would like to create a regular expression that searches for tags: <b>, <p>, <i> How would you do that in regular expression?
-
0
votes1
answer59
viewsQ: How do I reference Entity Framework 6 from . Net Core Class Library?
When installing the Entity Framework by Nuget I got the following error in its reference: The dependency Entityframework 6.1.3 does not support framework . Netcoreapp, Version=v1.6 How to get around…
-
2
votes2
answers418
viewsA: How to clear neo4j properties after deleted all data?
You should be able to clean up everything by: Stop your Neo4j database Deleting the corresponding data / Graph.db / * (look inside the Graph.db folder) Reactivate the data bank…